home *** CD-ROM | disk | FTP | other *** search
- Path: nyssa.swt.edu!LN16674
- From: ln16674@nyssa.swt.edu (Leland Newsom)
- Newsgroups: comp.lang.c
- Subject: reversing a string
- Date: 6 Apr 1996 18:19:33 GMT
- Organization: Southwest Texas State University
- Message-ID: <4k6cjl$j8f@central.server.swt.edu>
- Reply-To: ln16674@nyssa.swt.edu
- NNTP-Posting-Host: nyssa.swt.edu
-
- I have a challenge from a friend of mine. He wanted me to reverse a string
- with recursion without using any additional variables or loops. I got mine
- to work by using exclusive or, but I needed an additional variable. Can
- someone help with this problem without using the additional variable?
-
- Thanks
-